-
Notifications
You must be signed in to change notification settings - Fork 55
adding low cost robot arm (koch v1.1) URDF #172
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Pull Request Test Coverage Report for Build 16225737099Details
💛 - Coveralls |
Thank you for starting this PR 👍 It looks like the description does not load successfully in PyBullet:
Does it happen as well if you try to load it in PyBullet on your machine? |
unfortunately not. Looks like it's an issue with the URDF upstream. The error I get is:
The URDF asks for But the URDF looks like directory looks like:
Odd that it works with yourdfpy, but not pybullet. Not sure where to go from here |
There is indeed something uncommon with the URDF description in the koch-v1-1 repository: the URDF is in a directory named There are two ways this can be addressed:
Both imply updating the upstream repository though. You could open a PR there if the project is still active? (Or alternatively fork, although this is less preferred and here it would be a fork of a fork...) |
I'll push a PR upstream. But I can also fork the repository and fix it there, if that's acceptable. |
I wanted to use the Koch v1.1 URDF in projects with LeRobot and Rerun, which can ingest URDFs. I saw it was in awesome-robot-descriptions, but not here. So I just brought it into here.
I tested it by running directly:
(
tox
had a lot of unrelated failures that I didn't want to wade through for a small addition like this)